home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts9-03
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: [Q] Pointers to Arrays (or not)
- Date: Thu, 07 Mar 96 06:18:09 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hlv2s$6jg@sam.inforamp.net>
- References: <4hkbg9$cja@aphex.direct.ca>
- NNTP-Posting-Host: ts9-03.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hkbg9$cja@aphex.direct.ca>, qjackson@direct.ca wrote:
- > pBar = new Bar;
-
- Then don't use this statment.
- Use...
- pBar = new Bar[1];
- Hope this helps.
-
- Agrivar
-